home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3mpplga.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.2 KB  |  59 lines

  1.  
  2. // JavaScript wrapper for r3mpplga.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MATPROPPLGADGET_H = 1;
  7. include("real/gadget/r3mprpga.js")
  8.  
  9.  
  10. var R3CLID_MATPROPPLGADGET = 627;
  11.  
  12.  
  13.  
  14.  
  15. // Description: These for internal mapchanges
  16. // Virtual method
  17.  
  18. R3MPPLGM_removed_in_a21_01 = 627001;
  19.  
  20. function mR3MPPLGM_removed_in_a21_01() {
  21.   DoA(this.r3obj, 627001, 0, R3TID_INTEGER, 0);
  22. }
  23.  
  24. // Description: Callback method for enumerating installed programming languages.
  25.  
  26. R3MPPLGM_ADDLANGUAGE = 627002;
  27.  
  28. function mR3MPPLGM_ADDLANGUAGE() {
  29.   DoA(this.r3obj, 627002, 0, R3TID_INTEGER, 0);
  30. }
  31.  
  32. // Description: For mapchanges. Sent when the user clicks Apply button.
  33.  
  34. R3MPPLGM_APPLY = 627003;
  35.  
  36. function mR3MPPLGM_APPLY() {
  37.   DoA(this.r3obj, 627003, 0, R3TID_INTEGER, 0);
  38. }
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. function r3Matpropplgadget () { 
  46.    this.base = r3God;
  47.    if(arguments.length) {
  48.       this.base(R3CLID_MATPROPPLGADGET, arguments);
  49.    }
  50.    // Methods
  51.    this.removed_in_a21_01=mR3MPPLGM_removed_in_a21_01;
  52.    this.ADDLANGUAGE=mR3MPPLGM_ADDLANGUAGE;
  53.    this.APPLY=mR3MPPLGM_APPLY;
  54.  
  55.    // Attributes
  56. }
  57.  
  58. r3Matpropplgadget.prototype=new r3Matpropgadget;
  59. // r3mpplga.h_H